home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 20 / 9 / DISK2092.ZIP / RBBS-LIT.ZIP / LIT / MACROS.LIT < prev    next >
Text File  |  1990-01-13  |  806b  |  16 lines

  1. *[MACROS.LIT]*****************************************************************
  2. * Description: Removes support for Macros.                                   *
  3. * RBBS-PC Level: CPC17.3                                                √ AM *
  4. * Module Affected: RBBSSUB2.BAS                                              *
  5. * Selection Option: MACROS = OFF                                             *
  6. * Additional files: None                                                     *
  7. ******************************************************************************
  8. 1242 END SUB
  9. 1320 SUB CheckMacro (Strng$,MacroFound) STATIC
  10.      MacroFound = ZFalse
  11.      END SUB
  12. 1325 SUB Macro (Strng$,MacroFound) STATIC
  13.      MacroFound = ZFalse                                             ' KG081101
  14.      END SUB
  15. 1327
  16.